Skip to main content
Version: 1.x.x

RequestInterceptorCallback


import { RequestInterceptorCallback } from "@hyper-fetch/core"

Description

Defined in builder/builder.types.ts:45

Preview

type RequestInterceptorCallback = (command: CommandInstance) => Promise<CommandInstance> | CommandInstance;

Structure

(command: CommandInstance) => Promise<CommandInstance> | CommandInstance